github.com/gotd/td/internal/pool.poolConn.id (field)
9 uses
github.com/gotd/td/internal/pool (current package)
pool.go#L73: id: id,
pool.go#L103: if conn.id == r.id {
pool.go#L121: zap.Int64("conn_id", r.id),
pool.go#L146: c.log.Debug("Transfer connection to requester", zap.Int64("conn_id", r.id))
pool.go#L149: c.log.Debug("Connection released", zap.Int64("conn_id", r.id))
pool.go#L167: c.log.Debug("Re-using free connection", zap.Int64("conn_id", r.id))
pool.go#L203: zap.Int64("conn_id", conn.id),
pool_conn.go#L26: id int64 // immutable
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |